3.2.91 \(\int \frac {1}{x \sqrt {a+b \arcsin (c x)}} \, dx\) [191]

3.2.91.1 Optimal result
3.2.91.2 Mathematica [N/A]
3.2.91.3 Rubi [N/A]
3.2.91.4 Maple [N/A] (verified)
3.2.91.5 Fricas [F(-2)]
3.2.91.6 Sympy [N/A]
3.2.91.7 Maxima [N/A]
3.2.91.8 Giac [N/A]
3.2.91.9 Mupad [N/A]

3.2.91.1 Optimal result

Integrand size = 16, antiderivative size = 16 \[ \int \frac {1}{x \sqrt {a+b \arcsin (c x)}} \, dx=\text {Int}\left (\frac {1}{x \sqrt {a+b \arcsin (c x)}},x\right ) \]

output
Unintegrable(1/x/(a+b*arcsin(c*x))^(1/2),x)
 
3.2.91.2 Mathematica [N/A]

Not integrable

Time = 1.04 (sec) , antiderivative size = 18, normalized size of antiderivative = 1.12 \[ \int \frac {1}{x \sqrt {a+b \arcsin (c x)}} \, dx=\int \frac {1}{x \sqrt {a+b \arcsin (c x)}} \, dx \]

input
Integrate[1/(x*Sqrt[a + b*ArcSin[c*x]]),x]
 
output
Integrate[1/(x*Sqrt[a + b*ArcSin[c*x]]), x]
 
3.2.91.3 Rubi [N/A]

Not integrable

Time = 0.18 (sec) , antiderivative size = 16, normalized size of antiderivative = 1.00, number of steps used = 1, number of rules used = 0, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.000, Rules used = {5148}

Below are the steps used by Rubi to obtain the solution. The rule number used for the transformation is given above next to the arrow. The rules definitions used are listed below.

\(\displaystyle \int \frac {1}{x \sqrt {a+b \arcsin (c x)}} \, dx\)

\(\Big \downarrow \) 5148

\(\displaystyle \int \frac {1}{x \sqrt {a+b \arcsin (c x)}}dx\)

input
Int[1/(x*Sqrt[a + b*ArcSin[c*x]]),x]
 
output
$Aborted
 

3.2.91.3.1 Defintions of rubi rules used

rule 5148
Int[((a_.) + ArcSin[(c_.)*(x_)]*(b_.))^(n_.)*((d_.)*(x_))^(m_.), x_Symbol] 
:> Unintegrable[(d*x)^m*(a + b*ArcSin[c*x])^n, x] /; FreeQ[{a, b, c, d, m, 
n}, x]
 
3.2.91.4 Maple [N/A] (verified)

Not integrable

Time = 0.08 (sec) , antiderivative size = 14, normalized size of antiderivative = 0.88

\[\int \frac {1}{x \sqrt {a +b \arcsin \left (c x \right )}}d x\]

input
int(1/x/(a+b*arcsin(c*x))^(1/2),x)
 
output
int(1/x/(a+b*arcsin(c*x))^(1/2),x)
 
3.2.91.5 Fricas [F(-2)]

Exception generated. \[ \int \frac {1}{x \sqrt {a+b \arcsin (c x)}} \, dx=\text {Exception raised: TypeError} \]

input
integrate(1/x/(a+b*arcsin(c*x))^(1/2),x, algorithm="fricas")
 
output
Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 
3.2.91.6 Sympy [N/A]

Not integrable

Time = 0.42 (sec) , antiderivative size = 15, normalized size of antiderivative = 0.94 \[ \int \frac {1}{x \sqrt {a+b \arcsin (c x)}} \, dx=\int \frac {1}{x \sqrt {a + b \operatorname {asin}{\left (c x \right )}}}\, dx \]

input
integrate(1/x/(a+b*asin(c*x))**(1/2),x)
 
output
Integral(1/(x*sqrt(a + b*asin(c*x))), x)
 
3.2.91.7 Maxima [N/A]

Not integrable

Time = 0.63 (sec) , antiderivative size = 16, normalized size of antiderivative = 1.00 \[ \int \frac {1}{x \sqrt {a+b \arcsin (c x)}} \, dx=\int { \frac {1}{\sqrt {b \arcsin \left (c x\right ) + a} x} \,d x } \]

input
integrate(1/x/(a+b*arcsin(c*x))^(1/2),x, algorithm="maxima")
 
output
integrate(1/(sqrt(b*arcsin(c*x) + a)*x), x)
 
3.2.91.8 Giac [N/A]

Not integrable

Time = 0.59 (sec) , antiderivative size = 16, normalized size of antiderivative = 1.00 \[ \int \frac {1}{x \sqrt {a+b \arcsin (c x)}} \, dx=\int { \frac {1}{\sqrt {b \arcsin \left (c x\right ) + a} x} \,d x } \]

input
integrate(1/x/(a+b*arcsin(c*x))^(1/2),x, algorithm="giac")
 
output
integrate(1/(sqrt(b*arcsin(c*x) + a)*x), x)
 
3.2.91.9 Mupad [N/A]

Not integrable

Time = 0.09 (sec) , antiderivative size = 16, normalized size of antiderivative = 1.00 \[ \int \frac {1}{x \sqrt {a+b \arcsin (c x)}} \, dx=\int \frac {1}{x\,\sqrt {a+b\,\mathrm {asin}\left (c\,x\right )}} \,d x \]

input
int(1/(x*(a + b*asin(c*x))^(1/2)),x)
 
output
int(1/(x*(a + b*asin(c*x))^(1/2)), x)